home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / dobbs / aug95 / blus1f1.gif next >
Graphics Interchange Format  |  1996-07-01  |  48KB  |  452x330  |  4-bit (16 colors)
Labels: text | screenshot | font | number | parallel | line | document
OCR: (a) A = 11010011100 B = 00111101100101 union of A and B = 11111111100101 (b) A = 11010011100 B = 00111101100101 Intersection of A and B = 00010001100 (c) A = 11010011100 B = 00111101100101 set difference between A and B'= 11101110000101 (d) intersection of A and B = 00010001100 complement of intersection = 11101110011 union of A and B = 11111111100101 complement of intersection = 11101110011 intersection of above = 11101110000 Figure 1: Set operations with bit vectors. (a) Union of hoo bit vectors; (b) intersection of two bit vectors; (c) set difference of two bit vectors; (d) using set operations to create a new set.